home *** CD-ROM | disk | FTP | other *** search
/ Champak 132 (Alt) / Vol 132.iso / games / hewitt.swf / scripts / DefineButton2_2090 / BUTTONCONDACTION on(press).as
Encoding:
Text File  |  2011-06-09  |  109 b   |  7 lines

  1. on(press){
  2.    _root.load_x = 450;
  3.    _root.fade.play();
  4.    stopAllSounds();
  5.    _root.gotoAndStop(7);
  6. }
  7.